pull: Don't execute static deltas when mirroring
authorColin Walters <walters@verbum.org>
Fri, 22 Jul 2016 20:58:26 +0000 (16:58 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 25 Jul 2016 06:50:51 +0000 (06:50 +0000)
commitbac1fa18390da157e8b9aa9014b4e901af8d7fce
tree7fb54570e18de627ef8a45007c42d2a1b6ab9943
parenta6aeacede6de0dd8bb8b9fae3350973fadca6073
pull: Don't execute static deltas when mirroring

We don't presently support this, since the static delta code assumes
it can just `mmap()` file objects.  We could at some point implement
this, but for now just skip executing deltas when doing
`archive -> archive` mirroring.

I noticed this when trying to mirror a repo in Jenkins in
[CAHC](https://wiki.centos.org/SpecialInterestGroup/Atomic/Devel).

Closes: #408
Approved by: giuseppe
src/libostree/ostree-repo-pull.c
tests/pull-test.sh